home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / comm / irc / NetbusKick.lha / README < prev   
Text File  |  1999-05-02  |  5KB  |  129 lines

  1. Netbus Kick v1.1 © 1999 Iain Simpson
  2.  
  3.  
  4. Disclaimer:
  5.  
  6. I make no guarantee that this script will function properly for you, and your setup.
  7. I works for me, and if it damages your computer, don't blame me. Use it at your own
  8. risk.
  9. The only guarantee that I make is that I have not put any backdoors in my code.
  10. If you find that anything suspect it happening while you are running this script,
  11. please let me know, and send the script that you are using, along with details of the
  12. suspicious behaviour. The version on Aminet should be safe, but if you are in doubt, let
  13. me know and I will send you a copy directly.
  14.  
  15.  
  16. Distribution:
  17.  
  18. This script is freely distributable in its ORIGINAL form. Please do NOT alter this code
  19. without permission from me. - I would rather that this script remained as reliable as possible.
  20.  
  21. Unlike authors of some scripts, I do not ask that you OP me wherever this script is
  22. used, all I do ask is that you send me an email, saying that the script works fine,
  23. is full of bugs, of no use to you, etc... Unless I get hundreds of emails ;), I'll reply to
  24. every one I recieve.
  25. Also I would appreciate any suggestions for improvements other than those mentioned below.
  26.  
  27.  
  28. Requirements:
  29.  
  30. rexxsupport.library
  31. rxsocket.library by Alfonso Ranieri (Aminet)
  32. rmh.library by Alfonso Ranieri (In the rxsocket archive)
  33. AmIRC by Oliver Wanger (Demo on Aminet)
  34.  
  35. As far as I am aware these are the only requirements, but if I have used any functions
  36. from another external library, and the script fails to work, and rexx says that it can't
  37. find a certain function, send me the output that you get, and I will look into it.
  38.  
  39. This script should work with most TCP stacks, if it doesn't tell me!
  40.  
  41.  
  42. Installation:
  43.  
  44. Just copy the script wherever you like, and type this into a cli:
  45.  
  46. cd <your path>
  47. rx netbuskick
  48.  
  49. Make sure that RexxMast is running!
  50. The script will not work if you have already blocked the netbus or nuke ports (12345,12346, and
  51. 139), so you need to set your TCP stack to allow accesses, but still to log them, since this
  52. script will not write to the syslog.
  53.  
  54.  
  55. Notes:
  56.  
  57. When run, the script will display a message in the AmIRC window. When a connection is made, a 
  58. message will appear in the AmIRC window, giving info about the type of connection. If for any
  59. reason, you want to quit the script, simply run it with the argument QUIT, and it should exit
  60. within about 2 seconds. If you have to quit the script with a ctrl-c, you must type this into a
  61. cli before the script will run again: 
  62.  
  63. unsetenv nbkick
  64.  
  65. The script will not work if you are not connected to a server, or have not joined any channels. ;)
  66.  
  67. The script is only able to get the nick of the person connecting if they are on one of the
  68. channels that you have currently joined.
  69.  
  70.  
  71. About the Author:
  72.  
  73. Send bug reports, comments, suggestions, etc... to the following address:
  74. iain@invbk.free-online.co.uk
  75.  
  76. Or I can be found on IRC at the following channels:
  77.  
  78. #AmIRC on Xnet (irc.xnet.org)
  79. #radio1 on Xnet (irc.xnet.org)
  80.  
  81. #AmIRC is just starting out just now, so there will probably be nobody there but still
  82. go there 'cos it'll never get started otherwise ;)
  83.  
  84. I go under the nick of MadSci
  85.  
  86.  
  87. Future:
  88.  
  89. 1. Extend the script for BO, etc... (please send details of ports etc...)
  90. 2. Make the script detect Amiga nukes, etc... (I need details of ports)
  91. 3. Check to see if you have OPs (next version)
  92. 4. Ban people who repeatedly try to connect. (The script has the ability to set bans
  93. but it is turned off at the moment :P )
  94. 5. Make the script communicate with more than 1 copy of AmIRC, currently only communicates
  95. with AMIRC.1 (next version hopefully)
  96. 6. Fix any bugs that you all find, provided there are any ;)
  97.  
  98. Suggestions?
  99.  
  100.  
  101. People who helped me:
  102.  
  103. Thanks go to Alfonso Ranieri, for helping me with rxsocket library, and Kyle Sterry, for being
  104. brave and testing the script on his machine. ;)
  105.  
  106.  
  107. History:
  108.  
  109. Pre-v0.6 A collection of functions, not really useful yet.
  110. v0.6 Buggy, used /who function of AmIRC, not reliable.
  111. v0.7 Works fine, but needs Sniffy (by Alfonso Ranieri), decided not to release yet.
  112. v0.8 Problems getting the script to get the IP ( thanks to Alfonso Ranieri for his help :) )
  113. v0.9 Works without Sniffy, therefore no longer needs Miami. Made up of 3 different scripts.
  114. v1.0 First Public Release, all the code is now in a single file.
  115. v1.1 Second Public release, now supports nuke. Now has a quit option.
  116.  
  117. How the script works:
  118.  
  119. The script opens a socket which listens to the netbus port.
  120. When a connection is made, the script gets the IP of the netbusser, and checks all the nicks
  121. on IRC to see if they match.
  122. The script then attempts to kick the matching nicks, (currently doesnt check to see it you
  123. have OPs or not) so you will get an error saying that you aren't a channel operator unless
  124. you have OPs.
  125. The script also puts out a public message telling the person that they have been discovered.
  126.  
  127.  
  128. If you have any questions that are not answered here, feel free to ask me ;)
  129.